home *** CD-ROM | disk | FTP | other *** search
/ Amiga Collections: Auge 4000 / Auge 4000 #67 (1993-05-05)(Amiga User Gruppe Einzugsgebiet 4000).zip / Auge 4000 #67 (1993-05-05)(Amiga User Gruppe Einzugsgebiet 4000).adf / AmokEd1.41 / macros / struct2record.aed < prev    next >
Text File  |  1992-12-19  |  309b  |  13 lines

  1. /* struct2record -- converts 'C' struct to Module/Oberon RECORD */
  2.  
  3. /* usage:
  4.  * 1) set cursor to first keyword struct to to changed
  5.  * 2) map a key with a call to this macro
  6.  * 3) enjoy it :-)
  7.  */
  8.  
  9. 'while !c=32 del ( ) last ( *= STRUCT)'
  10. 'find { ping 9 matchbracket del (  END) pong 9 deline'
  11. 'find struct'
  12.  
  13.